home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
SMILEYC.PAK
/
STDAFX.H
< prev
Wrap
C/C++ Source or Header
|
1997-05-06
|
500b
|
13 lines
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
#include <afxctl.h> // MFC support for OLE Custom Controls
// Delete the two includes below if you do not wish to use the MFC
// database classes
#if !defined(_UNICODE) && !defined (__BORLANDC__)
#include <afxdb.h> // MFC database classes
#include <afxdao.h> // MFC DAO database classes
#endif // _UNICODE